[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MINREGION()
 Test if the mouse cursor is in the passed region
------------------------------------------------------------------------------

 Syntax

     FT_MINREGION( <nT>, <nL>, <nB>, <nR> ) -> lInRegion

 Arguments

    <nT>, <nL> <nB> <nR> are the four corners of the screen region.

 Returns

    .T. if mouse is in specified region.

 Description

    This function will check to see if the mouse cursor is
    within the confines of the specified region.

 Examples

    IF FT_MINREGION( 10, 10, 11, 20 )
      nChoice := 1
    ENDIF

 Source: MOUSE1.PRG

 Author: Leo Letendre

See Also: FT_MXLIMIT() FT_MYLIMIT() FT_MINREGION()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson